const runtime._SA_ONSTACK
4 uses
runtime (current package)
defs_linux_amd64.go#L29: _SA_ONSTACK = 0x8000000
os_linux.go#L462: sa.sa_flags = _SA_SIGINFO | _SA_ONSTACK | _SA_RESTORER | _SA_RESTART
os_linux.go#L486: if sa.sa_flags&_SA_ONSTACK != 0 {
os_linux.go#L489: sa.sa_flags |= _SA_ONSTACK
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)